WiFi Config Registers
Name Start Address Type Access
WIFI_IP_DEFAULT 49250 UINT32 R/W
WIFI_SUBNET_DEFAULT 49252 UINT32 R/W
WIFI_GATEWAY_DEFAULT 49254 UINT32 R/W
WIFI_DHCP_ENABLE_DEFAULT 49260 UINT16 R/W
WIFI_SSID_DEFAULT 49325 STRING R/W
WIFI_PASSWORD_DEFAULT 49350 STRING W
WIFI_APPLY_SETTINGS 49400 UINT32 W
WIFI_IP_DEFAULT
- Address: 49250
The new IP address of WiFi. Use WIFI_APPLY_SETTINGS.
  • Data type: UINT32  (type index = 1)
  • Readable and writable
WIFI_SUBNET_DEFAULT
- Address: 49252
The new subnet of WiFi. Use WIFI_APPLY_SETTINGS.
  • Data type: UINT32  (type index = 1)
  • Readable and writable
WIFI_GATEWAY_DEFAULT
- Address: 49254
The new gateway of WiFi. Use WIFI_APPLY_SETTINGS.
  • Data type: UINT32  (type index = 1)
  • Readable and writable
WIFI_DHCP_ENABLE_DEFAULT
- Address: 49260
The new Enabled/Disabled state of WiFi DHCP. Use WIFI_APPLY_SETTINGS
  • Data type: UINT16  (type index = 0)
  • Readable and writable
  • T8:
  • T7:
WIFI_SSID_DEFAULT
- Address: 49325
The new SSID (network name) of WiFi. Use WIFI_APPLY_SETTINGS.
  • Data type: STRING  (type index = 98)
  • Readable and writable
WIFI_PASSWORD_DEFAULT
- Address: 49350
Write the password for the WiFi network, then use WIFI_APPLY_SETTINGS.
  • Data type: STRING  (type index = 98)
  • Write-only
WIFI_APPLY_SETTINGS
- Address: 49400
Apply all new WiFi settings: IP, Subnet, Gateway, DHCP, SSID, Password. 1=Apply
  • Data type: UINT32  (type index = 1)
  • Write-only